home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / classic / footer.php < prev    next >
Encoding:
PHP Script  |  2005-03-29  |  419 b   |  12 lines

  1. <!-- begin footer -->
  2. </div>
  3.  
  4. <?php get_sidebar(); ?>
  5.  
  6. <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
  7.  
  8. </div>
  9.  
  10. <?php wp_footer(); ?>
  11. </body>
  12. </html>